FHIR © HL7.org  |  Server Home  |  FHIR Server FHIR Server 3.4.11  |  FHIR Version n/a  User: [n/a]

Resource CapabilityStatement/FHIR Server from package hl7.fhir.uv.sdc.r4b#3.0.0 (94 ms)

Package hl7.fhir.uv.sdc.r4b
Type CapabilityStatement
Id Id
FHIR Version R4B
Source http://hl7.org/fhir/uv/sdc/http://hl7.org/fhir/uv/sdc/STU3/CapabilityStatement-sdc-form-designer.html
Url http://hl7.org/fhir/uv/sdc/CapabilityStatement/sdc-form-designer
Version 3.0.0
Status draft
Date 2014-07-06
Name SDCFormDesigner
Title SDC Form Designer
Experimental False
Realm uv
Authority hl7
Description This profile defines the expected capabilities of the ''SDC Form Designer'' role when conforming to the S&I Framework's [[index.html|Structured Data Capture FHIR implementation guide]]. This role is responsible for defining forms ([[Questionnaire]] resource instances) that include references to [[StructureDefinition]] resouces containing data elements that define the meaning of particular questions and can be used to aid in pre-populating and auto-populating forms.
Kind requirements

Resources that use this resource

No resources found


Resources that this resource uses

StructureDefinition
sdc-codesystem SDC Code System
sdc-questionnaire SDC Base Questionnaire
sdc-valueset SDC Value Set
sdc-codesystem SDCCodeSystem
sdc-questionnaire SDCBaseQuestionnaire
sdc-valueset SDC ValueSet


Narrative

Note: links and images are rebased to the (stated) source

SDC Form Designer

(Requirements Definition Capability Statement)

Canonical URL: http://hl7.org/fhir/uv/sdc/CapabilityStatement/sdc-form-designer Published: 2014-07-06 (draft)

Published by: HL7 International - FHIR Infrastructure

This profile defines the expected capabilities of the SDC Form Designer role when conforming to the S&I Framework's Structured Data Capture FHIR implementation guide. This role is responsible for defining forms (Questionnaire resource instances) that include references to StructureDefinition resouces containing data elements that define the meaning of particular questions and can be used to aid in pre-populating and auto-populating forms.

General

FHIR Version: 1.0.0
Supported formats: xml, json

REST client behavior

The Questionnaire resource is used to create and maintain SDC-compliant forms. The StructureDefinition resource is used to look-up existing data elements that can be referenced in forms. Optionally, StructureDefinitions can also be created and maintained in conjunction with form editing. This is an optional feature as not all environments will provide support for data element definitions from form authors. The ValueSet and CodeSystem resources are used to capture allowed values for questions that are to be answered from a pre-defined list of values. For some forms, some or all of the referenced value sets (and possibly code systems) will be handled as 'contained' resources, meaning the value set exists only in the context of the Questionnaire and cannot be referenced or maintained without also updating the form. However, systems should support value set and code system re-use across questionnaires. (Version-specific referencing can be used to avoid value sets from changing independent of the referencing Questionnaire.)

Security:

Implementations must meet the general security requirements documented in the SDC implementation guide.

Resource summary

Resource Search Read Read Version Instance History Resource History Create Update Delete Operations
Questionnaire (Profile) SHALL SHALL SHOULD SHOULD SHALL SHALL MAY
ValueSet (Profile) SHALL SHALL SHOULD SHOULD SHALL SHALL MAY
CodeSystem (Profile) SHALL SHALL SHOULD SHOULD SHALL SHALL MAY


Questionnaire

Profile: http://hl7.org/fhir/uv/sdc/StructureDefinition/sdc-questionnaire

Interactions

Name Conformance Description
  search-type SHALL

Allows discovery of existing questionnaires for editing

  read SHALL

Allows retrieval of a specific questionnaire by id

  create SHALL

Allows submission of a new form design

  update SHALL

Allows revision of an existing form design. Note that certain types of updates may necessitate retiring the existing form and defining a new one.

  history-instance SHOULD

Allows review of changes to questionnaire over time

  vread SHOULD

Allows retrieval of a historical version of a questionnaire

  delete MAY

Not all servers will support deletion of forms. Status change to 'retired' will be more typical, though deletion of draft profiles may keep repositories cleaner.



ValueSet

Profile: http://hl7.org/fhir/uv/sdc/StructureDefinition/sdc-valueset

Interactions

Name Conformance Description
  search-type SHALL

Allows discovery of existing value sets for use by questions in a form

  read SHALL

Allows retrieval of a specific value set by id

  create SHALL

Allows definition of a new value set used by one or more questions

  update SHALL

Allows existing value sets referenced by a form to be maintained. Note that certain types of updates may necessitate retiring the existing value set and defining a new one.

  history-instance SHOULD

Allows review of changes to a value set over time

  vread SHOULD

Allows retrieval of a historical version of a value set

  delete MAY

Not all servers will support deletion of value sets. Status change to 'retired' will be more typical, though deletion of draft value sets may keep repositories cleaner.



CodeSystem

Profile: http://hl7.org/fhir/uv/sdc/StructureDefinition/sdc-codesystem

Interactions

Name Conformance Description
  search-type SHALL

Allows discovery of existing code systems for use by questions in a form

  read SHALL

Allows retrieval of a specific code system by id

  create SHALL

Allows definition of a new code system used by one or more questions

  update SHALL

Allows existing code systems referenced by a form to be maintained. Note that certain types of updates may necessitate retiring the existing code system and defining a new one.

  history-instance SHOULD

Allows review of changes to a code system over time

  vread SHOULD

Allows retrieval of a historical version of a code system

  delete MAY

Not all servers will support deletion of code systems. Status change to 'retired' will be more typical, though deletion of draft value sets may keep repositories cleaner.


Source

{
  "resourceType" : "CapabilityStatement",
  "id" : "sdc-form-designer",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n <h2>SDC Form Designer</h2>\n <p>(Requirements Definition Capability Statement)</p>\n <p>Canonical URL: http://hl7.org/fhir/uv/sdc/CapabilityStatement/sdc-form-designer Published: 2014-07-06 (draft)</p>\n <p>Published by: <b>HL7 International - FHIR Infrastructure</b>\n </p>\n <p>This profile defines the expected capabilities of the <i>SDC Form Designer</i> role when conforming to the S&amp;I Framework's <a href=\"index.html\">Structured Data Capture FHIR implementation guide</a>. This role is responsible for defining forms (<a href=\"http://hl7.org/fhir/R4/questionnaire.html\">Questionnaire</a> resource instances) that include references to <a href=\"http://hl7.org/fhir/R4/structuredefinition.html\">StructureDefinition</a> resouces containing data elements that define the meaning of particular questions and can be used to aid in pre-populating and auto-populating forms.</p>\n <h2>General</h2>\n <div class=\"table-wrapper\">\n <table class=\"grid\">\n <tbody>\n <tr>\n <th>FHIR Version:</th>\n <td>1.0.0</td>\n </tr>\n <tr>\n <th>Supported formats:</th>\n <td>xml, json</td>\n </tr>\n </tbody>\n </table>\n </div>\n <h2>REST client behavior</h2>\n <p>The <a href=\"http://hl7.org/fhir/R4/questionnaire.html\">Questionnaire</a> resource is used to create and maintain SDC-compliant forms. The <a href=\"http://hl7.org/fhir/R4/structuredefinition.html\">StructureDefinition</a> resource is used to look-up existing data elements that can be referenced in forms. Optionally, <a href=\"http://hl7.org/fhir/R4/structuredefinition.html\">StructureDefinition</a>s can also be created and maintained in conjunction with form editing. This is an optional feature as not all environments will provide support for data element definitions from form authors. The <a href=\"http://hl7.org/fhir/R4/valueset.html\">ValueSet</a> and <a href=\"http://hl7.org/fhir/R4/codesystem.html\">CodeSystem</a> resources are used to capture allowed values for questions that are to be answered from a pre-defined list of values. For some forms, some or all of the referenced value sets (and possibly code systems) will be handled as 'contained' resources, meaning the value set exists only in the context of the <a href=\"http://hl7.org/fhir/R4/questionnaire.html\">Questionnaire</a> and cannot be referenced or maintained without also updating the form. However, systems should support value set and code system re-use across questionnaires. (Version-specific referencing can be used to avoid value sets from changing independent of the referencing <a href=\"http://hl7.org/fhir/R4/questionnaire.html\">Questionnaire</a>.)</p>\n <p>\n <b>Security:</b>\n </p>\n <p>Implementations must meet the general security requirements documented in the <a href=\"security.html\">SDC implementation guide</a>.</p>\n <h3>Resource summary</h3>\n <div class=\"table-wrapper\">\n <table class=\"grid\">\n <thead>\n <tr>\n <th>Resource</th>\n <th>Search</th>\n <th>Read</th>\n <th>Read Version</th>\n <th>Instance History</th>\n <th>Resource History</th>\n <th>Create</th>\n <th>Update</th>\n <th>Delete</th>\n <th>Operations</th>\n </tr>\n </thead>\n <tbody>\n <tr>\n <th>Questionnaire (<a href=\"http://hl7.org/fhir/uv/sdc/StructureDefinition/sdc-questionnaire\">Profile</a>)</th>\n <td>\n <a href=\"#Questionnaire-search-type\" title=\"Allows discovery of existing questionnaires for editing\">SHALL</a>\n </td>\n <td>\n <a href=\"#Questionnaire-read\" title=\"Allows retrieval of a specific questionnaire by id\">SHALL</a>\n </td>\n <td>\n <a href=\"#Questionnaire-vread\" title=\"Allows retrieval of a historical version of a questionnaire\">SHOULD</a>\n </td>\n <td>\n <a href=\"#Questionnaire-history-instance\" title=\"Allows review of changes to questionnaire over time\">SHOULD</a>\n </td>\n <td/>\n <td>\n <a href=\"#Questionnaire-create\" title=\"Allows submission of a new form design\">SHALL</a>\n </td>\n <td>\n <a href=\"#Questionnaire-update\" title=\"Allows revision of an existing form design. Note that certain types of updates may necessitate retiring the existing form and defining a new one.\">SHALL</a>\n </td>\n <td>\n <a href=\"#Questionnaire-delete\" title=\"Not all servers will support deletion of forms. Status change to 'retired' will be more typical, though deletion of draft profiles may keep repositories cleaner.\">MAY</a>\n </td>\n <td/>\n </tr>\n <tr>\n <th>ValueSet (<a href=\"http://hl7.org/fhir/uv/sdc/StructureDefinition/sdc-valueset\">Profile</a>)</th>\n <td>\n <a href=\"#ValueSet-search-type\" title=\"Allows discovery of existing value sets for use by questions in a form\">SHALL</a>\n </td>\n <td>\n <a href=\"#ValueSet-read\" title=\"Allows retrieval of a specific value set by id\">SHALL</a>\n </td>\n <td>\n <a href=\"#ValueSet-vread\" title=\"Allows retrieval of a historical version of a value set\">SHOULD</a>\n </td>\n <td>\n <a href=\"#ValueSet-history-instance\" title=\"Allows review of changes to a value set over time\">SHOULD</a>\n </td>\n <td/>\n <td>\n <a href=\"#ValueSet-create\" title=\"Allows definition of a new value set used by one or more questions\">SHALL</a>\n </td>\n <td>\n <a href=\"#ValueSet-update\" title=\"Allows existing value sets referenced by a form to be maintained. Note that certain types of updates may necessitate retiring the existing value set and defining a new one.\">SHALL</a>\n </td>\n <td>\n <a href=\"#ValueSet-delete\" title=\"Not all servers will support deletion of value sets. Status change to 'retired' will be more typical, though deletion of draft value sets may keep repositories cleaner.\">MAY</a>\n </td>\n <td/>\n </tr>\n <tr>\n <th>CodeSystem (<a href=\"http://hl7.org/fhir/uv/sdc/StructureDefinition/sdc-codesystem\">Profile</a>)</th>\n <td>\n <a href=\"#CodeSystem-search-type\" title=\"Allows discovery of existing code systems for use by questions in a form\">SHALL</a>\n </td>\n <td>\n <a href=\"#CodeSystem-read\" title=\"Allows retrieval of a specific code system by id\">SHALL</a>\n </td>\n <td>\n <a href=\"#CodeSystem-vread\" title=\"Allows retrieval of a historical version of a code system\">SHOULD</a>\n </td>\n <td>\n <a href=\"#CodeSystem-history-instance\" title=\"Allows review of changes to a code system over time\">SHOULD</a>\n </td>\n <td/>\n <td>\n <a href=\"#CodeSystem-create\" title=\"Allows definition of a new code system used by one or more questions\">SHALL</a>\n </td>\n <td>\n <a href=\"#CodeSystem-update\" title=\"Allows existing code systems referenced by a form to be maintained. Note that certain types of updates may necessitate retiring the existing code system and defining a new one.\">SHALL</a>\n </td>\n <td>\n <a href=\"#CodeSystem-delete\" title=\"Not all servers will support deletion of code systems. Status change to 'retired' will be more typical, though deletion of draft value sets may keep repositories cleaner.\">MAY</a>\n </td>\n <td/>\n </tr>\n </tbody>\n </table>\n </div>\n <br/>\n <br/>\n <h3>\n <a href=\"http://hl7.org/fhir/R4/questionnaire.html\">Questionnaire</a>\n </h3>\n <p>Profile: <a href=\"http://hl7.org/fhir/uv/sdc/StructureDefinition/sdc-questionnaire\">http://hl7.org/fhir/uv/sdc/StructureDefinition/sdc-questionnaire</a>\n </p>\n <h4>Interactions</h4>\n <div class=\"table-wrapper\">\n <table class=\"list\">\n <thead>\n <tr>\n <th>Name</th>\n <th>Conformance</th>\n <th>Description</th>\n </tr>\n </thead>\n <tbody>\n <tr>\n <th>\n <a name=\"Questionnaire-search-type\"> </a>\n <span>search-type</span>\n </th>\n <td>SHALL</td>\n <td>\n <p>Allows discovery of existing questionnaires for editing</p>\n </td>\n </tr>\n <tr>\n <th>\n <a name=\"Questionnaire-read\"> </a>\n <span>read</span>\n </th>\n <td>SHALL</td>\n <td>\n <p>Allows retrieval of a specific questionnaire by id</p>\n </td>\n </tr>\n <tr>\n <th>\n <a name=\"Questionnaire-create\"> </a>\n <span>create</span>\n </th>\n <td>SHALL</td>\n <td>\n <p>Allows submission of a new form design</p>\n </td>\n </tr>\n <tr>\n <th>\n <a name=\"Questionnaire-update\"> </a>\n <span>update</span>\n </th>\n <td>SHALL</td>\n <td>\n <p>Allows revision of an existing form design. Note that certain types of updates may necessitate retiring the existing form and defining a new one.</p>\n </td>\n </tr>\n <tr>\n <th>\n <a name=\"Questionnaire-history-instance\"> </a>\n <span>history-instance</span>\n </th>\n <td>SHOULD</td>\n <td>\n <p>Allows review of changes to questionnaire over time</p>\n </td>\n </tr>\n <tr>\n <th>\n <a name=\"Questionnaire-vread\"> </a>\n <span>vread</span>\n </th>\n <td>SHOULD</td>\n <td>\n <p>Allows retrieval of a historical version of a questionnaire</p>\n </td>\n </tr>\n <tr>\n <th>\n <a name=\"Questionnaire-delete\"> </a>\n <span>delete</span>\n </th>\n <td>MAY</td>\n <td>\n <p>Not all servers will support deletion of forms. Status change to 'retired' will be more typical, though deletion of draft profiles may keep repositories cleaner.</p>\n </td>\n </tr>\n </tbody>\n </table>\n </div>\n <br/>\n <br/>\n <h3>\n <a href=\"http://hl7.org/fhir/R4/valueset.html\">ValueSet</a>\n </h3>\n <p>Profile: <a href=\"http://hl7.org/fhir/uv/sdc/StructureDefinition/sdc-valueset\">http://hl7.org/fhir/uv/sdc/StructureDefinition/sdc-valueset</a>\n </p>\n <h4>Interactions</h4>\n <div class=\"table-wrapper\">\n <table class=\"list\">\n <thead>\n <tr>\n <th>Name</th>\n <th>Conformance</th>\n <th>Description</th>\n </tr>\n </thead>\n <tbody>\n <tr>\n <th>\n <a name=\"ValueSet-search-type\"> </a>\n <span>search-type</span>\n </th>\n <td>SHALL</td>\n <td>\n <p>Allows discovery of existing value sets for use by questions in a form</p>\n </td>\n </tr>\n <tr>\n <th>\n <a name=\"ValueSet-read\"> </a>\n <span>read</span>\n </th>\n <td>SHALL</td>\n <td>\n <p>Allows retrieval of a specific value set by id</p>\n </td>\n </tr>\n <tr>\n <th>\n <a name=\"ValueSet-create\"> </a>\n <span>create</span>\n </th>\n <td>SHALL</td>\n <td>\n <p>Allows definition of a new value set used by one or more questions</p>\n </td>\n </tr>\n <tr>\n <th>\n <a name=\"ValueSet-update\"> </a>\n <span>update</span>\n </th>\n <td>SHALL</td>\n <td>\n <p>Allows existing value sets referenced by a form to be maintained. Note that certain types of updates may necessitate retiring the existing value set and defining a new one.</p>\n </td>\n </tr>\n <tr>\n <th>\n <a name=\"ValueSet-history-instance\"> </a>\n <span>history-instance</span>\n </th>\n <td>SHOULD</td>\n <td>\n <p>Allows review of changes to a value set over time</p>\n </td>\n </tr>\n <tr>\n <th>\n <a name=\"ValueSet-vread\"> </a>\n <span>vread</span>\n </th>\n <td>SHOULD</td>\n <td>\n <p>Allows retrieval of a historical version of a value set</p>\n </td>\n </tr>\n <tr>\n <th>\n <a name=\"ValueSet-delete\"> </a>\n <span>delete</span>\n </th>\n <td>MAY</td>\n <td>\n <p>Not all servers will support deletion of value sets. Status change to 'retired' will be more typical, though deletion of draft value sets may keep repositories cleaner.</p>\n </td>\n </tr>\n </tbody>\n </table>\n </div>\n <br/>\n <br/>\n <h3>\n <a href=\"http://hl7.org/fhir/R4/codesystem.html\">CodeSystem</a>\n </h3>\n <p>Profile: <a href=\"http://hl7.org/fhir/uv/sdc/StructureDefinition/sdc-codesystem\">http://hl7.org/fhir/uv/sdc/StructureDefinition/sdc-codesystem</a>\n </p>\n <h4>Interactions</h4>\n <div class=\"table-wrapper\">\n <table class=\"list\">\n <thead>\n <tr>\n <th>Name</th>\n <th>Conformance</th>\n <th>Description</th>\n </tr>\n </thead>\n <tbody>\n <tr>\n <th>\n <a name=\"CodeSystem-search-type\"> </a>\n <span>search-type</span>\n </th>\n <td>SHALL</td>\n <td>\n <p>Allows discovery of existing code systems for use by questions in a form</p>\n </td>\n </tr>\n <tr>\n <th>\n <a name=\"CodeSystem-read\"> </a>\n <span>read</span>\n </th>\n <td>SHALL</td>\n <td>\n <p>Allows retrieval of a specific code system by id</p>\n </td>\n </tr>\n <tr>\n <th>\n <a name=\"CodeSystem-create\"> </a>\n <span>create</span>\n </th>\n <td>SHALL</td>\n <td>\n <p>Allows definition of a new code system used by one or more questions</p>\n </td>\n </tr>\n <tr>\n <th>\n <a name=\"CodeSystem-update\"> </a>\n <span>update</span>\n </th>\n <td>SHALL</td>\n <td>\n <p>Allows existing code systems referenced by a form to be maintained. Note that certain types of updates may necessitate retiring the existing code system and defining a new one.</p>\n </td>\n </tr>\n <tr>\n <th>\n <a name=\"CodeSystem-history-instance\"> </a>\n <span>history-instance</span>\n </th>\n <td>SHOULD</td>\n <td>\n <p>Allows review of changes to a code system over time</p>\n </td>\n </tr>\n <tr>\n <th>\n <a name=\"CodeSystem-vread\"> </a>\n <span>vread</span>\n </th>\n <td>SHOULD</td>\n <td>\n <p>Allows retrieval of a historical version of a code system</p>\n </td>\n </tr>\n <tr>\n <th>\n <a name=\"CodeSystem-delete\"> </a>\n <span>delete</span>\n </th>\n <td>MAY</td>\n <td>\n <p>Not all servers will support deletion of code systems. Status change to 'retired' will be more typical, though deletion of draft value sets may keep repositories cleaner.</p>\n </td>\n </tr>\n </tbody>\n </table>\n </div>\n </div>"
  },
  "url" : "http://hl7.org/fhir/uv/sdc/CapabilityStatement/sdc-form-designer",
  "version" : "3.0.0",
  "name" : "SDCFormDesigner",
  "title" : "SDC Form Designer",
  "status" : "draft",
  "date" : "2014-07-06",
  "publisher" : "HL7 International - FHIR Infrastructure Work Group",
  "contact" : [
    {
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://hl7.org/Special/committees/fiwg"
        }
      ]
    }
  ],
  "description" : "This profile defines the expected capabilities of the ''SDC Form Designer'' role when conforming to the S&I Framework's [[index.html|Structured Data Capture FHIR implementation guide]]. This role is responsible for defining forms ([[Questionnaire]] resource instances) that include references to [[StructureDefinition]] resouces containing data elements that define the meaning of particular questions and can be used to aid in pre-populating and auto-populating forms.",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code" : "001"
        }
      ]
    }
  ],
  "kind" : "requirements",
  "fhirVersion" : "4.3.0",
  "format" : [
    "xml",
    "json"
  ],
  "rest" : [
    {
      "mode" : "client",
      "documentation" : "The [[Questionnaire]] resource is used to create and maintain SDC-compliant forms. The [[StructureDefinition]] resource is used to look-up existing data elements that can be referenced in forms. Optionally, [[StructureDefinition]]s can also be created and maintained in conjunction with form editing. This is an optional feature as not all environments will provide support for data element definitions from form authors. The [[ValueSet]] and [[CodeSystem]] resources are used to capture allowed values for questions that are to be answered from a pre-defined list of values. For some forms, some or all of the referenced value sets (and possibly code systems) will be handled as 'contained' resources, meaning the value set exists only in the context of the [[Questionnaire]] and cannot be referenced or maintained without also updating the form. However, systems should support value set and code system re-use across questionnaires. (Version-specific referencing can be used to avoid value sets from changing independent of the referencing [[Questionnaire]].)",
      "security" : {
        "description" : "Implementations must meet the general security requirements documented in the [[security.html|SDC implementation guide]]."
      },
      "resource" : [
        {
          "type" : "Questionnaire",
          "profile" : "http://hl7.org/fhir/uv/sdc/StructureDefinition/sdc-questionnaire",
          "interaction" : [
            {
              "extension" : [
                {
                  "url" : "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
                  "valueCode" : "SHALL"
                }
              ],
              "code" : "search-type",
              "documentation" : "Allows discovery of existing questionnaires for editing"
            },
            {
              "extension" : [
                {
                  "url" : "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
                  "valueCode" : "SHALL"
                }
              ],
              "code" : "read",
              "documentation" : "Allows retrieval of a specific questionnaire by id"
            },
            {
              "extension" : [
                {
                  "url" : "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
                  "valueCode" : "SHALL"
                }
              ],
              "code" : "create",
              "documentation" : "Allows submission of a new form design"
            },
            {
              "extension" : [
                {
                  "url" : "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
                  "valueCode" : "SHALL"
                }
              ],
              "code" : "update",
              "documentation" : "Allows revision of an existing form design. Note that certain types of updates may necessitate retiring the existing form and defining a new one."
            },
            {
              "extension" : [
                {
                  "url" : "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
                  "valueCode" : "SHOULD"
                }
              ],
              "code" : "history-instance",
              "documentation" : "Allows review of changes to questionnaire over time"
            },
            {
              "extension" : [
                {
                  "url" : "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
                  "valueCode" : "SHOULD"
                }
              ],
              "code" : "vread",
              "documentation" : "Allows retrieval of a historical version of a questionnaire"
            },
            {
              "extension" : [
                {
                  "url" : "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
                  "valueCode" : "MAY"
                }
              ],
              "code" : "delete",
              "documentation" : "Not all servers will support deletion of forms. Status change to 'retired' will be more typical, though deletion of draft profiles may keep repositories cleaner."
            }
          ]
        },
        {
          "type" : "ValueSet",
          "profile" : "http://hl7.org/fhir/uv/sdc/StructureDefinition/sdc-valueset",
          "interaction" : [
            {
              "extension" : [
                {
                  "url" : "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
                  "valueCode" : "SHALL"
                }
              ],
              "code" : "search-type",
              "documentation" : "Allows discovery of existing value sets for use by questions in a form"
            },
            {
              "extension" : [
                {
                  "url" : "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
                  "valueCode" : "SHALL"
                }
              ],
              "code" : "read",
              "documentation" : "Allows retrieval of a specific value set by id"
            },
            {
              "extension" : [
                {
                  "url" : "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
                  "valueCode" : "SHALL"
                }
              ],
              "code" : "create",
              "documentation" : "Allows definition of a new value set used by one or more questions"
            },
            {
              "extension" : [
                {
                  "url" : "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
                  "valueCode" : "SHALL"
                }
              ],
              "code" : "update",
              "documentation" : "Allows existing value sets referenced by a form to be maintained. Note that certain types of updates may necessitate retiring the existing value set and defining a new one."
            },
            {
              "extension" : [
                {
                  "url" : "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
                  "valueCode" : "SHOULD"
                }
              ],
              "code" : "history-instance",
              "documentation" : "Allows review of changes to a value set over time"
            },
            {
              "extension" : [
                {
                  "url" : "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
                  "valueCode" : "SHOULD"
                }
              ],
              "code" : "vread",
              "documentation" : "Allows retrieval of a historical version of a value set"
            },
            {
              "extension" : [
                {
                  "url" : "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
                  "valueCode" : "MAY"
                }
              ],
              "code" : "delete",
              "documentation" : "Not all servers will support deletion of value sets. Status change to 'retired' will be more typical, though deletion of draft value sets may keep repositories cleaner."
            }
          ]
        },
        {
          "type" : "CodeSystem",
          "profile" : "http://hl7.org/fhir/uv/sdc/StructureDefinition/sdc-codesystem",
          "interaction" : [
            {
              "extension" : [
                {
                  "url" : "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
                  "valueCode" : "SHALL"
                }
              ],
              "code" : "search-type",
              "documentation" : "Allows discovery of existing code systems for use by questions in a form"
            },
            {
              "extension" : [
                {
                  "url" : "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
                  "valueCode" : "SHALL"
                }
              ],
              "code" : "read",
              "documentation" : "Allows retrieval of a specific code system by id"
            },
            {
              "extension" : [
                {
                  "url" : "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
                  "valueCode" : "SHALL"
                }
              ],
              "code" : "create",
              "documentation" : "Allows definition of a new code system used by one or more questions"
            },
            {
              "extension" : [
                {
                  "url" : "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
                  "valueCode" : "SHALL"
                }
              ],
              "code" : "update",
              "documentation" : "Allows existing code systems referenced by a form to be maintained. Note that certain types of updates may necessitate retiring the existing code system and defining a new one."
            },
            {
              "extension" : [
                {
                  "url" : "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
                  "valueCode" : "SHOULD"
                }
              ],
              "code" : "history-instance",
              "documentation" : "Allows review of changes to a code system over time"
            },
            {
              "extension" : [
                {
                  "url" : "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
                  "valueCode" : "SHOULD"
                }
              ],
              "code" : "vread",
              "documentation" : "Allows retrieval of a historical version of a code system"
            },
            {
              "extension" : [
                {
                  "url" : "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
                  "valueCode" : "MAY"
                }
              ],
              "code" : "delete",
              "documentation" : "Not all servers will support deletion of code systems. Status change to 'retired' will be more typical, though deletion of draft value sets may keep repositories cleaner."
            }
          ]
        }
      ]
    }
  ]
}

XIG built as of ??metadata-date??. Found ??metadata-resources?? resources in ??metadata-packages?? packages.